home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3iaweld.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAWELD_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IAWELD = 690;
-
-
-
-
-
-
-
- R3IAWELDA_Order = 690500;
- function SetR3IAWELDA_Order(value) {
- R3Set(this.r3obj, R3IAWELDA_Order, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAWELDA_Order() {
- return R3Get(this.r3obj, R3IAWELDA_Order, R3TID_INTEGER, 0);
- }
-
- var R3IAWELDA_Type = 690501; // Integer
- R3IAWELDA_Angle0 = 690502;
- function SetR3IAWELDA_Angle0(value) {
- R3Set(this.r3obj, R3IAWELDA_Angle0, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAWELDA_Angle0() {
- return R3Get(this.r3obj, R3IAWELDA_Angle0, R3TID_FLOAT, 0);
- }
-
- R3IAWELDA_Size0 = 690503;
- function SetR3IAWELDA_Size0(value) {
- R3Set(this.r3obj, R3IAWELDA_Size0, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAWELDA_Size0() {
- return R3Get(this.r3obj, R3IAWELDA_Size0, R3TID_FLOAT, 0);
- }
-
- R3IAWELDA_Angle1 = 690504;
- function SetR3IAWELDA_Angle1(value) {
- R3Set(this.r3obj, R3IAWELDA_Angle1, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAWELDA_Angle1() {
- return R3Get(this.r3obj, R3IAWELDA_Angle1, R3TID_FLOAT, 0);
- }
-
- R3IAWELDA_Size1 = 690505;
- function SetR3IAWELDA_Size1(value) {
- R3Set(this.r3obj, R3IAWELDA_Size1, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAWELDA_Size1() {
- return R3Get(this.r3obj, R3IAWELDA_Size1, R3TID_FLOAT, 0);
- }
-
- var R3IAWELDTYPE_EXTEND = 0;
- var R3IAWELDTYPE_BLEND = 1;
-
-
- function r3Iaweld () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAWELD, arguments);
- }
- // Methods
-
- // Attributes
- this.GetOrder=GetR3IAWELDA_Order;
- this.SetOrder=SetR3IAWELDA_Order;
- this.GetAngle0=GetR3IAWELDA_Angle0;
- this.SetAngle0=SetR3IAWELDA_Angle0;
- this.GetSize0=GetR3IAWELDA_Size0;
- this.SetSize0=SetR3IAWELDA_Size0;
- this.GetAngle1=GetR3IAWELDA_Angle1;
- this.SetAngle1=SetR3IAWELDA_Angle1;
- this.GetSize1=GetR3IAWELDA_Size1;
- this.SetSize1=SetR3IAWELDA_Size1;
- }
-
- r3Iaweld.prototype=new r3Iaconstructor;
- // f3iaweld.h_H